Home
last modified time | relevance | path

Searched defs:texel (Results 26 - 37 of 37) sorted by relevance

12

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c2066 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 Dlp_bld_nir_soa.c1645 LLVMValueRef texel[4], orig_offset, orig_lod; in emit_tex() local
H A Dlp_bld_sample_soa.c830 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 Dnir_to_spirv.c2775 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 Dspirv_instruction_builder_autogen.cpp1162 WriteImageWrite(Blob *blob, IdRef image, IdRef coordinate, IdRef texel, const spv::ImageOperandsMask *imageOperands, const IdRefList &imageOperandIdsList) WriteImageWrite() argument
H A Dspirv_instruction_parser_autogen.cpp1371 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 Dgl4cShaderImageLoadStoreTests.cpp7679 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 DGlslangToSpv.cpp5925 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 Dbuiltin_functions.cpp7213 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 Dac_llvm_build.c2319 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 Dfunction.cc5324 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 DvktApiCopiesAndBlittingTests.cpp4115 tcu::Vec4 texel = source.getPixel(x, y, z); in checkCompressedNearestFilteredResult() local
4130 tcu::Vec4 texel = result.getPixel(x, y, z); in checkCompressedNearestFilteredResult() local
[all...]

Completed in 96 milliseconds

12