Home
last modified time | relevance | path

Searched defs:swizzle (Results 26 - 50 of 313) sorted by relevance

12345678910>>...13

/third_party/skia/tests/
H A DEGLImageTest.cpp165 GrSwizzle swizzle = context0->priv().caps()->getReadSwizzle(texProxy->backendFormat(), in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() local
167 GrSurfaceProxyView view(std::move(texProxy), origin, swizzle); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() local
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_comparison_pre.c236 static const uint8_t swizzle[NIR_MAX_VEC_COMPONENTS] = {0}; in comparison_pre_block() local
H A Dnir_lower_fp16_conv.c195 uint8_t *swizzle = NULL; in lower_fp16_cast_impl() local
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_job_common.h64 uint8_t swizzle[4]; member
/third_party/mesa3d/src/gallium/tests/graw/
H A Dtex-swizzle.c120 init_tex(const unsigned swizzle[4]) in init_tex() argument
163 init(const unsigned swizzle[4]) in init() argument
205 uint swizzle[4]; in main() local
[all...]
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_print.c82 mir_print_swizzle(unsigned mask, unsigned *swizzle) in mir_print_swizzle() argument
126 unsigned *swizzle = ins->swizzle[src_idx]; in mir_print_embedded_constant() local
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs_analysis.c250 get_texcoord_provenance(const nir_tex_src *texcoord, unsigned *coord_fs_input_index, int swizzle[4]) get_texcoord_provenance() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_texture.c208 swizzle(const struct nv30_texfmt *fmt, unsigned cmp, unsigned swz) in swizzle() function
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
H A Dinstr.c115 ppir_instr_insert_const(ppir_const *dst, const ppir_const *src, uint8_t *swizzle) ppir_instr_insert_const() argument
138 ppir_update_src_pipeline(ppir_pipeline pipeline, ppir_src *src, ppir_dest *dest, uint8_t *swizzle) ppir_update_src_pipeline() argument
153 ppir_instr_update_src_pipeline(ppir_instr *instr, ppir_pipeline pipeline, ppir_dest *dest, uint8_t *swizzle) ppir_instr_update_src_pipeline() argument
186 uint8_t swizzle[4] = {0}; ppir_instr_insert_node() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_info.c69 unsigned swizzle = tgsi_util_get_src_register_swizzle(src, chan); in analyse_src() local
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_blt.h47 uint8_t swizzle[4]; /* TEXTURE_SWIZZLE_* */ member
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_util.c83 tgsi_util_set_src_register_swizzle(struct tgsi_src_register *reg, unsigned swizzle, unsigned component) tgsi_util_set_src_register_swizzle() argument
/third_party/mesa3d/src/gallium/winsys/i915/drm/
H A Di915_drm_buffer.c99 uint32_t tile = 0, swizzle = 0; in i915_drm_buffer_from_handle() local
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr300_fragprog_swizzle.c72 static const struct swizzle_data* lookup_native_swizzle(unsigned int swizzle) in lookup_native_swizzle() argument
97 int r300_swizzle_is_native_basic(unsigned int swizzle) in r300_swizzle_is_native_basic() argument
208 r300FPTranslateRGBSwizzle(unsigned int src, unsigned int swizzle) r300FPTranslateRGBSwizzle() argument
229 r300FPTranslateAlphaSwizzle(unsigned int src, unsigned int swizzle) r300FPTranslateAlphaSwizzle() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_state_inlines.h416 unsigned i, swizzle = 0; in r300_translate_vertex_data_swizzle() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DSwizzleTest.cpp131 GLubyte getExpectedValue(GLenum swizzle, GLubyte unswizzled[4]) in getExpectedValue() argument
/third_party/skia/src/gpu/glsl/
H A DGrGLSLUniformHandler.h116 virtual SamplerHandle addInputSampler(const GrSwizzle& swizzle, const char* name) { in addInputSampler() argument
/third_party/skia/src/gpu/
H A DGrRecordingContextPriv.cpp142 GrSwizzle swizzle; in makeSC() local
148 GrSurfaceProxyView view(std::move(proxy), origin, swizzle); in makeSC() local
H A DGrSurfaceProxyView.h22 GrSurfaceProxyView(sk_sp<GrSurfaceProxy> proxy, GrSurfaceOrigin origin, GrSwizzle swizzle) in GrSurfaceProxyView() argument
80 GrSwizzle swizzle() const { return fSwizzle; } in swizzle() function in GrSurfaceProxyView
82 void concatSwizzle(GrSwizzle swizzle) { fSwizzle = GrSwizzle::Concat(fSwizzle, swizzle); } in concatSwizzle() argument
88 GrSurfaceProxyView makeSwizzle(GrSwizzle swizzle) && { in makeSwizzle() argument
[all...]
H A DGrProgramDesc.cpp48 static uint32_t sampler_key(GrTextureType textureType, const GrSwizzle& swizzle, in sampler_key() argument
H A DGrSPIRVUniformHandler.cpp227 addSampler(const GrBackendFormat&, GrSamplerState, const GrSwizzle& swizzle, const char* name, const GrShaderCaps* caps) addSampler() argument
H A DGrXferProcessor.cpp267 emitWriteSwizzle(GrGLSLXPFragmentBuilder* x, const GrSwizzle& swizzle, const char* outColor, const char* outColorSecondary) const emitWriteSwizzle() argument
/third_party/skia/src/gpu/gl/
H A DGrGLUniformHandler.cpp70 addSampler( const GrBackendFormat& backendFormat, GrSamplerState, const GrSwizzle& swizzle, const char* name, const GrShaderCaps* shaderCaps) addSampler() argument
/third_party/skia/src/gpu/vk/
H A DGrVkUniformHandler.cpp293 GrGLSLUniformHandler::SamplerHandle GrVkUniformHandler::addInputSampler(const GrSwizzle& swizzle, in addInputSampler() argument
248 addSampler( const GrBackendFormat& backendFormat, GrSamplerState state, const GrSwizzle& swizzle, const char* name, const GrShaderCaps* shaderCaps) addSampler() argument
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DPixelShader.cpp305 int swizzle = inst->src[argument].swizzle; in analyzeInterpolants() local
[all...]

Completed in 13 milliseconds

12345678910>>...13