/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nv30_texture.c | 41 wrap_mode(unsigned pipe) in wrap_mode() function 141 so->wrap = (wrap_mode(cso->wrap_s) << NV30_3D_TEX_WRAP_S__SHIFT) | in nv30_sampler_state_create() 142 (wrap_mode(cso->wrap_t) << NV30_3D_TEX_WRAP_T__SHIFT) | in nv30_sampler_state_create() 143 (wrap_mode(cso->wrap_r) << NV30_3D_TEX_WRAP_R__SHIFT); in nv30_sampler_state_create()
|
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-runtime-agent-impl.cc | 323 WrapMode wrap_mode = generatePreview.fromMaybe(false) ? WrapMode::kWithPreview in evaluate() local 325 if (returnByValue.fromMaybe(false)) wrap_mode = WrapMode::kForceValue; in evaluate() 327 wrap_mode = WrapMode::kGenerateWebDriverValue; in evaluate() 334 wrap_mode, callback.get()); in evaluate() 338 m_session, maybeResultValue, objectGroup.fromMaybe(""), wrap_mode, in evaluate() 385 WrapMode wrap_mode = generatePreview.fromMaybe(false) ? WrapMode::kWithPreview in callFunctionOn() local 387 if (returnByValue.fromMaybe(false)) wrap_mode = WrapMode::kForceValue; in callFunctionOn() 389 wrap_mode = WrapMode::kGenerateWebDriverValue; in callFunctionOn() 399 std::move(optionalArguments), silent.fromMaybe(false), wrap_mode, in callFunctionOn() 421 std::move(optionalArguments), silent.fromMaybe(false), wrap_mode, in callFunctionOn() [all...] |
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_fs.c | 182 state->unit[i].wrap_mode = RC_WRAP_REPEAT; in r300_fragment_program_get_external_state() 186 state->unit[i].wrap_mode = RC_WRAP_MIRRORED_REPEAT; in r300_fragment_program_get_external_state() 192 state->unit[i].wrap_mode = RC_WRAP_MIRRORED_CLAMP; in r300_fragment_program_get_external_state() 196 state->unit[i].wrap_mode = RC_WRAP_NONE; in r300_fragment_program_get_external_state()
|
/third_party/mesa3d/src/gallium/tests/graw/ |
H A D | graw_util.h | 286 unsigned wrap_mode, in graw_util_create_simple_sampler() 295 sampler_desc.wrap_r = wrap_mode; in graw_util_create_simple_sampler() 285 graw_util_create_simple_sampler(const struct graw_info *info, unsigned wrap_mode, unsigned img_filter) graw_util_create_simple_sampler() argument
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | radeon_code.h | 164 unsigned wrap_mode : 3; member
|
H A D | radeon_program_tex.c | 129 rc_wrap_mode wrapmode = compiler->state.unit[inst->U.I.TexSrcUnit].wrap_mode; in radeonTransformTEX()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_sample_aos.c | 73 * \param wrap_mode one of PIPE_TEX_WRAP_x 86 unsigned wrap_mode, in lp_build_sample_wrap_nearest_int() 96 switch(wrap_mode) { in lp_build_sample_wrap_nearest_int() 207 * \param wrap_mode one of PIPE_TEX_WRAP_x 223 unsigned wrap_mode, in lp_build_sample_wrap_linear_int() 245 switch(wrap_mode) { in lp_build_sample_wrap_linear_int() 302 switch(wrap_mode) { in lp_build_sample_wrap_linear_int() 78 lp_build_sample_wrap_nearest_int(struct lp_build_sample_context *bld, unsigned block_length, LLVMValueRef coord, LLVMValueRef coord_f, LLVMValueRef length, LLVMValueRef stride, LLVMValueRef offset, boolean is_pot, unsigned wrap_mode, LLVMValueRef *out_offset, LLVMValueRef *out_i) lp_build_sample_wrap_nearest_int() argument 214 lp_build_sample_wrap_linear_int(struct lp_build_sample_context *bld, unsigned block_length, LLVMValueRef coord0, LLVMValueRef *weight_i, LLVMValueRef coord_f, LLVMValueRef length, LLVMValueRef stride, LLVMValueRef offset, boolean is_pot, unsigned wrap_mode, LLVMValueRef *offset0, LLVMValueRef *offset1, LLVMValueRef *i0, LLVMValueRef *i1) lp_build_sample_wrap_linear_int() argument
|
H A D | lp_bld_sample_soa.c | 326 unsigned wrap_mode, in lp_build_sample_wrap_linear() 338 switch(wrap_mode) { in lp_build_sample_wrap_linear() 683 * \param wrap_mode one of PIPE_TEX_WRAP_x 692 unsigned wrap_mode) in lp_build_sample_wrap_nearest() 700 switch(wrap_mode) { in lp_build_sample_wrap_nearest() 319 lp_build_sample_wrap_linear(struct lp_build_sample_context *bld, boolean is_gather, LLVMValueRef coord, LLVMValueRef length, LLVMValueRef length_f, LLVMValueRef offset, boolean is_pot, unsigned wrap_mode, LLVMValueRef *x0_out, LLVMValueRef *x1_out, LLVMValueRef *weight_out) lp_build_sample_wrap_linear() argument 686 lp_build_sample_wrap_nearest(struct lp_build_sample_context *bld, LLVMValueRef coord, LLVMValueRef length, LLVMValueRef length_f, LLVMValueRef offset, boolean is_pot, unsigned wrap_mode) lp_build_sample_wrap_nearest() argument
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_state.c | 2226 wrap_mode_needs_border_color(unsigned wrap_mode) in wrap_mode_needs_border_color() argument 2229 return wrap_mode == TCM_CLAMP_BORDER || wrap_mode == TCM_HALF_BORDER; in wrap_mode_needs_border_color() 2231 return wrap_mode == TCM_CLAMP_BORDER; in wrap_mode_needs_border_color()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_state.c | 2053 wrap_mode_needs_border_color(unsigned wrap_mode) in wrap_mode_needs_border_color() argument 2055 return wrap_mode == TCM_CLAMP_BORDER || wrap_mode == TCM_HALF_BORDER; in wrap_mode_needs_border_color()
|