Searched defs:static_state (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_llvm_sample.c61 const struct lp_sampler_static_state *static_state; member in struct:draw_llvm_sampler_dynamic_state
186 &sampler->dynamic_state.static_state[unit],
213 &sampler->dynamic_state.static_state[unit],
222 draw_llvm_sampler_soa_create(const struct lp_sampler_static_state *static_state, argument
246 sampler->dynamic_state.static_state = static_state;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_tex_sample.c66 const struct lp_sampler_static_state *static_state; member in struct:llvmpipe_sampler_dynamic_state
196 &sampler->dynamic_state.static_state[unit],
222 &sampler->dynamic_state.static_state[unit],
232 lp_llvm_sampler_soa_create(const struct lp_sampler_static_state *static_state, argument
257 sampler->dynamic_state.static_state = static_state;
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm_sample.c61 const struct lp_sampler_static_state *static_state; member in struct:draw_llvm_sampler_dynamic_state
186 &sampler->dynamic_state.static_state[unit],
213 &sampler->dynamic_state.static_state[unit],
222 draw_llvm_sampler_soa_create(const struct lp_sampler_static_state *static_state, argument
246 sampler->dynamic_state.static_state = static_state;
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_tex_sample.c66 const struct lp_sampler_static_state *static_state; member in struct:llvmpipe_sampler_dynamic_state
196 &sampler->dynamic_state.static_state[unit],
222 &sampler->dynamic_state.static_state[unit],
232 lp_llvm_sampler_soa_create(const struct lp_sampler_static_state *static_state, argument
257 sampler->dynamic_state.static_state = static_state;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.h195 const struct lp_sampler_static_state *static_state; member in struct:lp_build_sample_context
280 swizzles[0] = bld->static_state->swizzle_r;
281 swizzles[1] = bld->static_state->swizzle_g;
282 swizzles[2] = bld->static_state->swizzle_b;
283 swizzles[3] = bld->static_state->swizzle_a;
411 const struct lp_sampler_static_state *static_state,
434 const struct lp_sampler_static_state *static_state,
H A Dlp_bld_sample_soa.c87 const struct lp_sampler_static_state *static_state = bld->static_state; local
96 if (lp_sampler_wrap_mode_uses_border_color(static_state->wrap_s,
97 static_state->min_img_filter,
98 static_state->mag_img_filter)) {
106 lp_sampler_wrap_mode_uses_border_color(static_state->wrap_t,
107 static_state->min_img_filter,
108 static_state->mag_img_filter)) {
122 lp_sampler_wrap_mode_uses_border_color(static_state->wrap_r,
123 static_state
1233 lp_build_sample_soa(struct gallivm_state *gallivm, const struct lp_sampler_static_state *static_state, struct lp_sampler_dynamic_state *dynamic_state, struct lp_type type, unsigned unit, unsigned num_coords, const LLVMValueRef *coords, const struct lp_derivatives *derivs, LLVMValueRef lod_bias, LLVMValueRef explicit_lod, LLVMValueRef texel_out[4]) argument
1559 lp_build_size_query_soa(struct gallivm_state *gallivm, const struct lp_sampler_static_state *static_state, struct lp_sampler_dynamic_state *dynamic_state, struct lp_type int_type, unsigned unit, LLVMValueRef explicit_lod, LLVMValueRef *sizes_out) argument
[all...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.h195 const struct lp_sampler_static_state *static_state; member in struct:lp_build_sample_context
280 swizzles[0] = bld->static_state->swizzle_r;
281 swizzles[1] = bld->static_state->swizzle_g;
282 swizzles[2] = bld->static_state->swizzle_b;
283 swizzles[3] = bld->static_state->swizzle_a;
411 const struct lp_sampler_static_state *static_state,
434 const struct lp_sampler_static_state *static_state,
H A Dlp_bld_sample_soa.c87 const struct lp_sampler_static_state *static_state = bld->static_state; local
96 if (lp_sampler_wrap_mode_uses_border_color(static_state->wrap_s,
97 static_state->min_img_filter,
98 static_state->mag_img_filter)) {
106 lp_sampler_wrap_mode_uses_border_color(static_state->wrap_t,
107 static_state->min_img_filter,
108 static_state->mag_img_filter)) {
122 lp_sampler_wrap_mode_uses_border_color(static_state->wrap_r,
123 static_state
1233 lp_build_sample_soa(struct gallivm_state *gallivm, const struct lp_sampler_static_state *static_state, struct lp_sampler_dynamic_state *dynamic_state, struct lp_type type, unsigned unit, unsigned num_coords, const LLVMValueRef *coords, const struct lp_derivatives *derivs, LLVMValueRef lod_bias, LLVMValueRef explicit_lod, LLVMValueRef texel_out[4]) argument
1559 lp_build_size_query_soa(struct gallivm_state *gallivm, const struct lp_sampler_static_state *static_state, struct lp_sampler_dynamic_state *dynamic_state, struct lp_type int_type, unsigned unit, LLVMValueRef explicit_lod, LLVMValueRef *sizes_out) argument
[all...]
/external/chromium_org/chrome/browser/ui/webui/net_internals/
H A Dnet_internals_ui.cc1155 net::TransportSecurityState::DomainState static_state; local
1157 domain, true, &static_state);
1160 found_static && static_state.ShouldUpgradeToSSL());
1162 static_cast<int>(static_state.sts.upgrade_mode));
1164 static_state.sts.include_subdomains);
1166 static_state.sts.last_observed.ToDoubleT());
1168 static_state.sts.expiry.ToDoubleT());
1170 found_static && static_state.HasPublicKeyPins());
1172 static_state.pkp.include_subdomains);
1174 static_state
[all...]
/external/chromium_org/third_party/openssl/openssl/crypto/engine/
H A Dengine.h640 * 'state' will be used/changed in all operations. The 'static_state' pointer
671 void *static_state; member in struct:st_dynamic_fns
716 if(ENGINE_get_static_state() == fns->static_state) goto skip_cbs; \
/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Dengine.h640 * 'state' will be used/changed in all operations. The 'static_state' pointer
671 void *static_state; member in struct:st_dynamic_fns
716 if(ENGINE_get_static_state() == fns->static_state) goto skip_cbs; \
/external/openssl/crypto/engine/
H A Dengine.h640 * 'state' will be used/changed in all operations. The 'static_state' pointer
671 void *static_state; member in struct:st_dynamic_fns
716 if(ENGINE_get_static_state() == fns->static_state) goto skip_cbs; \
/external/openssl/include/openssl/
H A Dengine.h640 * 'state' will be used/changed in all operations. The 'static_state' pointer
671 void *static_state; member in struct:st_dynamic_fns
716 if(ENGINE_get_static_state() == fns->static_state) goto skip_cbs; \

Completed in 350 milliseconds