Home
last modified time | relevance | path

Searched defs:swizzle (Results 1 – 25 of 219) sorted by relevance

123456789

/external/mesa3d/src/compiler/nir/
Dnir_search_helpers.h40 const uint8_t *swizzle) in is_pos_power_of_two()
70 const uint8_t *swizzle) in is_neg_power_of_two()
96 const uint8_t *swizzle) in is_zero_to_one()
119 UNUSED const uint8_t *swizzle) in is_not_const()
Dnir_search.c96 unsigned num_components, const uint8_t *swizzle, in match_value()
247 unsigned num_components, const uint8_t *swizzle, in match_expression()
574 uint8_t swizzle[4] = { 0, 0, 0, 0 }; in nir_replace_instr() local
Dnir_move_vec_src_uses_to_dest.c113 int8_t swizzle[4] = { -1, -1, -1, -1 }; in move_vec_src_uses_to_dest_block() local
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dr300_fragprog_swizzle.c72 static const struct swizzle_data* lookup_native_swizzle(unsigned int swizzle) in lookup_native_swizzle()
97 int r300_swizzle_is_native_basic(unsigned int swizzle) in r300_swizzle_is_native_basic()
208 unsigned int r300FPTranslateRGBSwizzle(unsigned int src, unsigned int swizzle) in r300FPTranslateRGBSwizzle()
229 unsigned int r300FPTranslateAlphaSwizzle(unsigned int src, unsigned int swizzle) in r300FPTranslateAlphaSwizzle()
Dradeon_compiler_util.c116 unsigned swizzle_mask(unsigned swizzle, unsigned mask) in swizzle_mask()
262 unsigned int swizzle, in rc_rewrite_swizzle()
288 struct rc_src_register lmul_swizzle(unsigned int swizzle, struct rc_src_register srcreg) in lmul_swizzle()
330 unsigned int rc_source_type_swz(unsigned int swizzle) in rc_source_type_swz()
720 unsigned int swizzle, in rc_get_constant_value()
742 unsigned int rc_get_scalar_src_swz(unsigned int swizzle) in rc_get_scalar_src_swz()
Dradeon_code.c139 …gned rc_constants_add_immediate_scalar(struct rc_constant_list * c, float data, unsigned * swizzle) in rc_constants_add_immediate_scalar()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_aos.c106 unsigned swizzle) in emit_fetch_constant()
125 LLVMValueRef swizzle; in emit_fetch_constant() local
177 unsigned swizzle) in emit_fetch_immediate()
190 unsigned swizzle) in emit_fetch_input()
204 unsigned swizzle) in emit_fetch_temporary()
934 unsigned swizzle = bld.swizzles[chan]; in lp_build_tgsi_aos() local
Dlp_bld_format_soa.c86 enum pipe_swizzle swizzle; in lp_build_format_swizzle_soa() local
110 enum pipe_swizzle swizzle = format_desc->swizzle[chan]; in lp_build_format_swizzle_soa() local
794 enum pipe_swizzle swizzle = format_desc->swizzle[chan]; in lp_build_fetch_rgba_soa() local
Dlp_bld_tgsi.c345 unsigned swizzle; in lp_build_emit_fetch_src() local
454 unsigned swizzle; in lp_build_emit_fetch_texoffset() local
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dformat_traits.h42 INLINE static uint32_t swizzle(uint32_t c) in swizzle() function
/external/skia/src/gpu/
DGrFragmentProcessor.cpp156 std::unique_ptr<GrFragmentProcessor> fp, const GrSwizzle& swizzle) { in SwizzleOutput()
159 static std::unique_ptr<GrFragmentProcessor> Make(const GrSwizzle& swizzle) { in SwizzleOutput()
164 const GrSwizzle& swizzle() const { return fSwizzle; } in SwizzleOutput() function in GrFragmentProcessor::SwizzleOutput::SwizzleFragmentProcessor
169 SwizzleFragmentProcessor(const GrSwizzle& swizzle) in SwizzleOutput()
178 const GrSwizzle& swizzle = sfp.swizzle(); in SwizzleOutput() local
/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_format_table.h45 uint8_t swizzle[4]; member
/external/mesa3d/src/mesa/main/
Duniforms.h509 int swizzle; member
Dformat_parser.py139 def __init__(self, swizzle): argument
229 …def __init__(self, name, layout, block_width, block_height, block_depth, channels, swizzle, colors… argument
515 def _parse_channels(fields, layout, colorspace, swizzle): argument
/external/deqp/modules/gles2/scripts/
Dgen-swizzles.py167 def __init__(self, name, precision, dataType, swizzle, inputs, outputs): argument
256 swizzle = "".join(map(lambda x: swizzleComponents[x], swizzleIndices)) variable
/external/deqp/modules/gles3/scripts/
Dgen-swizzles.py171 def __init__(self, name, precision, dataType, swizzle, inputs, outputs): argument
260 swizzle = "".join(map(lambda x: swizzleComponents[x], swizzleIndices)) variable
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineReferenceRenderer.cpp145 tcu::Vec4 swizzle (const tcu::Vec4& color, const tcu::UVec4& swizzle) in swizzle() function
/external/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.h36 unsigned swizzle; member
/external/skqp/src/gpu/
DGrFragmentProcessor.cpp154 std::unique_ptr<GrFragmentProcessor> fp, const GrSwizzle& swizzle) { in SwizzleOutput()
157 static std::unique_ptr<GrFragmentProcessor> Make(const GrSwizzle& swizzle) { in SwizzleOutput()
162 const GrSwizzle& swizzle() const { return fSwizzle; } in SwizzleOutput() function in GrFragmentProcessor::SwizzleOutput::SwizzleFragmentProcessor
167 SwizzleFragmentProcessor(const GrSwizzle& swizzle) in SwizzleOutput()
176 const GrSwizzle& swizzle = sfp.swizzle(); in SwizzleOutput() local
/external/mesa3d/src/mesa/swrast/
Ds_atifragshader.c61 apply_swizzle(GLfloat values[4], GLuint swizzle) in apply_swizzle()
246 GLuint swizzle = texinst->swizzle; in handle_pass_op() local
268 GLuint swizzle = texinst->swizzle; in handle_sample_op() local
/external/mesa3d/src/compiler/glsl/
Dopt_copy_propagation_elements.cpp88 int swizzle[4]; member in __anona45216050111::acp_entry
275 ir_swizzle *swizzle = (*ir)->as_swizzle(); in handle_rvalue() local
547 int swizzle[4]; in add_copy() local
/external/deqp/modules/gles3/functional/
Des3fTextureSwizzleTests.cpp49 static int swizzle (const tcu::RGBA& c, deUint32 swz) in swizzle() function
65 static void swizzle (tcu::Surface& surface, deUint32 swzR, deUint32 swzG, deUint32 swzB, deUint32 s… in swizzle() function
268 deUint32 swizzle; in init() member
/external/mesa3d/src/mesa/program/
Dprog_parameter_layout.c167 unsigned swizzle = SWIZZLE_NOOP; in _mesa_layout_parameters() local
Dprog_instruction.c228 GLuint swizzle = GET_SWZ(inst->SrcReg[i].Swizzle, chan); in _mesa_check_soa_dependencies() local
/external/mesa3d/src/mesa/state_tracker/
Dst_sampler_view.c412 unsigned swizzle = get_texture_format_swizzle(st, stObj, glsl130_or_later); in check_sampler_swizzle() local
489 unsigned swizzle = get_texture_format_swizzle(st, stObj, glsl130_or_later); in st_create_texture_sampler_view_from_stobj() local

123456789