Searched refs:dst_swizzle (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/intel/blorp/ |
H A D | blorp.h | 161 enum isl_format dst_format, struct isl_swizzle dst_swizzle,
|
H A D | blorp_priv.h | 326 struct isl_swizzle dst_swizzle; member
|
H A D | blorp_blit.c | 1415 if (!isl_swizzle_is_identity(key->dst_swizzle)) { in brw_blorp_build_nir_shader() 1416 color = swizzle_color(&b, color, isl_swizzle_invert(key->dst_swizzle), in brw_blorp_build_nir_shader() 1422 assert(isl_swizzle_is_identity(key->dst_swizzle)); in brw_blorp_build_nir_shader() 2172 key->dst_swizzle = params->dst.view.swizzle; in try_blorp_blit() 2175 key->dst_swizzle = ISL_SWIZZLE_IDENTITY; in try_blorp_blit() 2521 enum isl_format dst_format, struct isl_swizzle dst_swizzle, in blorp_blit() 2560 params.dst.view.swizzle = dst_swizzle; in blorp_blit() 2515 blorp_blit(struct blorp_batch *batch, const struct blorp_surf *src_surf, unsigned src_level, float src_layer, enum isl_format src_format, struct isl_swizzle src_swizzle, const struct blorp_surf *dst_surf, unsigned dst_level, unsigned dst_layer, enum isl_format dst_format, struct isl_swizzle dst_swizzle, float src_x0, float src_y0, float src_x1, float src_y1, float dst_x0, float dst_y0, float dst_x1, float dst_y1, enum blorp_filter filter, bool mirror_x, bool mirror_y) blorp_blit() argument
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_instr_fetch.cpp | 544 LoadFromBuffer::LoadFromBuffer(const RegisterVec4& dst, const RegisterVec4::Swizzle& dst_swizzle, in LoadFromBuffer() argument 547 FetchInstr(vc_fetch, dst, dst_swizzle, addr, addr_offset, no_index_offset, in LoadFromBuffer()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
H A D | ShaderTGSI.c | 1497 unsigned dst_swizzle = opcode.src[1].swizzle[i]; in Shader_tgsi_translate() local 1503 if (dst_swizzle < dims) { in Shader_tgsi_translate() 1504 ureg_RCP(ureg, dstregmasked, ureg_scalar(tsrc, dst_swizzle)); in Shader_tgsi_translate() 1507 ureg_MOV(ureg, dstregmasked, ureg_scalar(tsrc, dst_swizzle)); in Shader_tgsi_translate()
|
Completed in 10 milliseconds