| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_tgsi_soa.c | 2066 emit_tex( struct lp_build_tgsi_soa_context *bld, const struct tgsi_full_instruction *inst, enum lp_build_tex_modifier modifier, LLVMValueRef *texel, unsigned sampler_reg, enum lp_sampler_op_type sampler_op) emit_tex() argument 2279 emit_sample(struct lp_build_tgsi_soa_context *bld, const struct tgsi_full_instruction *inst, enum lp_build_tex_modifier modifier, boolean compare, enum lp_sampler_op_type sample_type, LLVMValueRef *texel) emit_sample() argument 2461 emit_fetch_texels( struct lp_build_tgsi_soa_context *bld, const struct tgsi_full_instruction *inst, LLVMValueRef *texel, boolean is_samplei) emit_fetch_texels() argument [all...] |
| H A D | lp_bld_nir_soa.c | 1645 LLVMValueRef texel[4], orig_offset, orig_lod; in emit_tex() local
|
| H A D | lp_bld_sample_soa.c | 830 lp_build_sample_comparefunc(struct lp_build_sample_context *bld, LLVMValueRef p, LLVMValueRef texel) lp_build_sample_comparefunc() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
| H A D | nir_to_spirv.c | 2775 SpvId texel = get_src(ctx, &intr->src[3]); in emit_image_deref_store() local 2891 SpvId texel = spirv_builder_emit_image_texel_pointer(&ctx->builder, base_type, img_var, coord, sample); in emit_image_intrinsic() local
|
| /third_party/skia/third_party/externals/angle2/src/common/spirv/ |
| H A D | spirv_instruction_builder_autogen.cpp | 1162 WriteImageWrite(Blob *blob, IdRef image, IdRef coordinate, IdRef texel, const spv::ImageOperandsMask *imageOperands, const IdRefList &imageOperandIdsList) WriteImageWrite() argument
|
| H A D | spirv_instruction_parser_autogen.cpp | 1371 ParseImageWrite(const uint32_t *_instruction, IdRef *image, IdRef *coordinate, IdRef *texel, spv::ImageOperandsMask *imageOperands, IdRefList *imageOperandIdsList) ParseImageWrite() argument
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl4cShaderImageLoadStoreTests.cpp | 7679 GLubyte texel[4] = { 0, 0, 0, 0xaa }; in CreateRGBA8SourceTexture() local 8516 SetTexel(GLubyte texel[4], GLubyte x_coordinate, GLubyte y_coordinate, GLubyte magic_number) SetTexel() argument [all...] |
| /third_party/glslang/SPIRV/ |
| H A D | GlslangToSpv.cpp | 5925 spv::IdImmediate texel = { true, *(opIt + 1) }; in createImageTextureFunctionCall() local 5928 spv::IdImmediate texel = { true, *opIt }; in createImageTextureFunctionCall() local
|
| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | builtin_functions.cpp | 7213 ir_variable *texel = NULL; in _texture() local 7285 ir_variable *texel = NULL; in _textureCubeArrayShadow() local 7348 ir_variable *texel = out_var(return_type, "texel"); _texelFetch() local 8288 ir_variable *texel = out_var(texel_field->type, "texel"); _image() local [all...] |
| /third_party/mesa3d/src/amd/llvm/ |
| H A D | ac_llvm_build.c | 2319 LLVMValueRef texel = LLVMBuildExtractValue(ctx->builder, result, 0, ""); in ac_build_image_opcode() local
|
| /third_party/skia/third_party/externals/tint/src/reader/spirv/ |
| H A D | function.cc | 5324 auto texel = MakeOperand(inst, arg_index); in EmitImageAccess() local 5725 ConvertTexelForStorage( const spvtools::opt::Instruction& inst, TypedExpression texel, const Texture* texture_type) ConvertTexelForStorage() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
| H A D | vktApiCopiesAndBlittingTests.cpp | 4115 tcu::Vec4 texel = source.getPixel(x, y, z); in checkCompressedNearestFilteredResult() local 4130 tcu::Vec4 texel = result.getPixel(x, y, z); in checkCompressedNearestFilteredResult() local [all...] |