/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | nine_shader.c | 223 BYTE swizzle; member [all...] |
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_exec.c | 1599 uint swizzle; in fetch_source_d() local 1390 fetch_src_file_channel(const struct tgsi_exec_machine *mach, const uint file, const uint swizzle, const union tgsi_exec_channel *index, const union tgsi_exec_channel *index2D, union tgsi_exec_channel *chan) fetch_src_file_channel() argument 1661 uint swizzle; store_dest_dstret() local 1797 uint swizzle; exec_kill_if() local [all...] |
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
H A D | nir_to_tgsi.c | 2269 uint8_t swizzle[4] = { 0, 0, 0, 0 }; ntt_emit_store_output() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineSamplerTests.cpp | 365 tcu::Vec4 SamplerTest::swizzle (tcu::Vec4 inputData, VkComponentMapping componentMapping, float zeroOrOneValue) const in swizzle() function in vkt::pipeline::__anon28260::SamplerTest
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderOperatorTests.cpp | 728 const char* swizzle = s_inSwizzles[inputNdx][inSize - 1]; setupShaderData() local 743 op << prefix << "in" << inputNdx << "." << swizzle; setupShaderData() local [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | OutputSPIRV.cpp | 770 accessChainPushSwizzle(NodeData *data, const TVector<int> &swizzle, spirv::IdRef typeId, uint8_t componentCount) const accessChainPushSwizzle() argument 1733 spirv::LiteralIntegerList swizzle = {spirv::LiteralInteger(0), spirv::LiteralInteger(1), createConstructorMatrixFromMatrix() local 4890 const TVector<int> &swizzle = node->getSwizzleOffsets(); visitSwizzle() local [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl3cTextureSwizzleTests.cpp | 1865 const glw::GLint swizzle = swizzle_set[channel_idx]; in get_swizzled_channel_idx() local [all...] |
/third_party/skia/src/gpu/gl/ |
H A D | GrGLGpu.cpp | 2637 void GrGLGpu::bindTexture(int unitIdx, GrSamplerState samplerState, const GrSwizzle& swizzle, in bindTexture() argument 2546 flushBlendAndColorWrite( const GrXferProcessor::BlendInfo& blendInfo, const GrSwizzle& swizzle) flushBlendAndColorWrite() argument
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
H A D | Shader.hpp | 405 unsigned int swizzle : 8; member 488 unsigned int swizzle : 8; member
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_cross_c.h | 518 spvc_msl_component_swizzle swizzle[4]; member
|
H A D | spirv_hlsl.cpp | 3025 auto swizzle = [](uint32_t comps, uint32_t in_comps) -> const char * { in emit_texture_op() local
|
H A D | spirv_msl.hpp | 217 MSLComponentSwizzle swizzle[4]; // IDENTITY, IDENTITY, IDENTITY, IDENTITY member [all...] |
/third_party/skia/src/sksl/codegen/ |
H A D | SkSLSPIRVCodeGenerator.cpp | 1646 SpvId swizzle = this->nextId(&argType); in writeMatrixConstructor() local 2054 const Swizzle& swizzle = expr.as<Swizzle>(); in getLValue() local 2199 writeSwizzle(const Swizzle& swizzle, OutputStream& out) writeSwizzle() argument [all...] |
/third_party/skia/third_party/externals/tint/src/writer/spirv/ |
H A D | builder.cc | 2877 std::vector<uint32_t> swizzle; GenerateTextureIntrinsic() local [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderOperatorTests.cpp | 860 const char* swizzle = s_inSwizzles[i][inSize-1]; setupShaderData() local 893 op << prefix << "in" << i << "." << swizzle; setupShaderData() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRenderOperatorTests.cpp | 731 const char* swizzle = s_inSwizzles[inputNdx][inSize - 1]; setupShaderData() local 746 op << prefix << "in" << inputNdx << "." << swizzle; setupShaderData() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/ |
H A D | dc_hw_types.h | 380 enum swizzle_mode_values swizzle; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/ |
H A D | dc_hw_types.h | 388 enum swizzle_mode_values swizzle; member
|
/third_party/glslang/SPIRV/ |
H A D | GlslangToSpv.cpp | 2224 std::vector<unsigned> swizzle; in visitBinary() local 2319 std::vector<unsigned> swizzle; in visitBinary() local 4359 std::vector<unsigned> swizzle; createInvertedSwizzle() local 4365 convertSwizzle(const glslang::TIntermAggregate& node, std::vector<unsigned>& swizzle) convertSwizzle() argument [all...] |
/third_party/mesa3d/src/amd/common/ |
H A D | ac_nir_lower_ngg.c | 1588 nir_ssa_def *swizzle = nir_iand_imm(b, row, (1u << write_stride_2exp) - 1u); in ngg_gs_out_vertex_addr() local
|
/third_party/mesa3d/src/amd/llvm/ |
H A D | ac_nir_to_llvm.c | 141 LLVMValueRef swizzle = LLVMConstVector(masks, num_components); in get_alu_src() local 1793 LLVMValueRef swizzle = LLVMConstVector(&mask[start], count); in extract_vector_range() local [all...] |
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_private.h | 326 uint8_t swizzle[4]; member 563 uint8_t swizzle[4]; member 641 uint8_t swizzle[4]; member
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_shader.c | 403 unsigned swizzle[4]; member 4423 tgsi_dst(struct r600_shader_ctx *ctx, const struct tgsi_full_dst_register *tgsi_dst, unsigned swizzle, struct r600_bytecode_alu_dst *r600_dst) tgsi_dst() argument [all...] |
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_cmd_buffer.c | 722 const uint8_t *swizzle; in pvr_setup_pbe_state() local
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | genX_cmd_buffer.c | 969 anv_cmd_predicated_ccs_resolve(struct anv_cmd_buffer *cmd_buffer, const struct anv_image *image, enum isl_format format, struct isl_swizzle swizzle, VkImageAspectFlagBits aspect, uint32_t level, uint32_t array_layer, enum isl_aux_op resolve_op, enum anv_fast_clear_type fast_clear_supported) anv_cmd_predicated_ccs_resolve() argument 1002 anv_cmd_predicated_mcs_resolve(struct anv_cmd_buffer *cmd_buffer, const struct anv_image *image, enum isl_format format, struct isl_swizzle swizzle, VkImageAspectFlagBits aspect, uint32_t array_layer, enum isl_aux_op resolve_op, enum anv_fast_clear_type fast_clear_supported) anv_cmd_predicated_mcs_resolve() argument [all...] |